@charset "utf-8";
/* CSS Document */
/* ini POR DEFECTO */
body{background: #29292b url(../img/bg-1.gif) 0 0 repeat;}
.bg-dark{background-color:#363636!important}
.bg-project{background-color:#363636!important}
.page-title {
  margin-bottom: .5rem !important;
  /*margin-top: .5rem !important;*/
  padding: .2rem 0rem;
  text-transform: capitalize;
  border-bottom: 3px solid #363636;
  font-size: 22px;
  line-height:1.2;
}

.title_item_lst_grp{color:#000;
  background-color: #fff;
  border: 1px solid #DDD!important;}

  #cifras h1::after,.group-name h1::after {
    content: '';
    background-color: #d46a77;
    display: block;
    margin: 17px auto 24px;
    width: 40px;
    height: 2px;
}
.group-name h2::after {
  content: '';
  background-color: #d46a77;
  display: block;
  margin: 17px auto 24px;
  width: 40px;
  height: 2px;
}

h4{color:#d46a77;font-weight: bold;}

.breadcrumb {
  background: none !important;
  border-bottom: 1px solid #ddd;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  border-radius: 0;
}

.text-gris{color:#333333!important;}
.text-gris-claro{color:#777777!important;}

.sz10{font-size:10px!important;}
/*.sz11{font-size:11px!important;}*/
/*.sz12{font-size:12px!important;}*/
.sz16{font-size:16px!important;}
.sz22{font-size:22px!important;}
/*.sz36{font-size:36px!important;}*/
/*.sz82{font-size:82px!important;}*/

/* fin POR DEFECTO */

.navigLinklistTitle{color:#000;font-weight: bold;padding: 10px 0;}

.prov > .list-group-item {padding:.3rem 1.25rem}
.prov div{border-width:0 0 1px 0!important}

.prov_home > .list-group-item {padding:.175rem 1.25rem}

.idx_stats {
  padding: 10px;
  margin-top: 20px;
  background-color: white;
  text-align: center;
  min-height: 80px;
  border-top: 4px solid #e7eaec;
}

.txt-link-prj {
  color: #d46a77;
}

.thumbnail {
  border: 1px solid #DDD !important;
  border-radius: 0 !important;
  padding: 0px !important;
  box-shadow: hsl(0, 0%, 80%) 0 0 16px;
  background-color: hsl(0, 0%, 100%);
}

/* ini MEGA MENU*/
@media all and (min-width: 992px) {
  /*.navbar{ padding-top: 0; padding-bottom: 0; }
    .navbar .nav-link{ padding-top:0rem; padding-bottom:0rem;  }*/
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:60%; padding:20px;  }

}

/* fin MEGA MENu*/
/* --------------- ini item VIEW ---------------- */
.list-detalles li {
  border-bottom: 1px dashed #e9e9e9;
  display: block;
  line-height: 45px;  
}

.list-detalles li span {
  color:#007bff !important;
  float: right;
  text-transform: capitalize;
}

.list-detalles ul li i {
  color: #343a40;
  font-size: 22px;
}

.list-detalles li span i {
  color: #bbb;
  float: right;
  font-size: 12px;
}
/* Efectos ONHOVER que desactivamos
.card:hover .card-img,
.card:focus .card-img {
  transform: scale(1.02);
  opacity:0.5;
}

.card:hover .card-img-overlay{
    color:#730d0d;
}

.card-img-overlay>h4, .card-img-overlay>p{
    visibility:hidden;
}

.card-img-overlay:hover h4, .card-img-overlay:hover p{
    visibility: visible;
}

.card:hover .card-img-overlay p{
    font-size:1.5em;
    letter-spacing:0.02em;
}*/
/* --------------- fin item VIEW ---------------- */

/* ini NOSOTROS*/
.bg_white_about h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #d46a77;
  font-weight: bold;
}
.bg_white_about {
  background-color: #FFF !important;
}
/* fin NOSOTROS*/

/* ini CONTACTO*/
.separation-right li h3 {
  font-size: 13px;
  color: #d46a77;
  text-transform: uppercase;
  font-weight: bold;
}
/* fin CONTACTO*/


/* ini MAS BUSCADO*/
.busq_xs{font-size:11px;margin-right:11px;}
.busq_s{font-size:13px;margin-right:13px;}
.busq_m{font-size:16px;margin-right:16px;}
.busq_l{font-size:20px;margin-right:20px;}
/*fin MAS BUSCADO*/

/* ini LOGIN */
.new-users {
  background: url(../img/bg-login-2.gif) no-repeat right bottom #fff;
  border: 1px solid #bbb;
  padding: 20px;
  min-height: 318px;
  font-size: 13px;
  color: #777;
}
.registered-users {
  background: url(../img/bg-login.gif) no-repeat right bottom #fff;
  border: 1px solid #bbb;
  padding: 20px;
  min-height: 318px;
  font-size: 13px;
  color: #777;
}
/* fin LOGIN */

/* ini COOKIES POLICY popup*/
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 20px;
  background: #222;
  color: #fff;
  font-size: 17px;
  animation-name: slideUp;
  animation-duration: 4s;
  animation-delay: 2s;
  z-index: 900;
}
/* fin COOKIES POLICY popup*/


/* ini TESTIMONIOS --------------------------------------*/
.testimonios-item {
	/* box-sizing: content-box; */
	padding: 30px;
	margin: 30px 15px;
	min-height: 200px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	position: relative;
	background: #fff;
	border-radius: 15px;
}

.testimonios-item p i{color:#d46a77;
font-size: 26px;padding-right:.5rem;
}
.testimonios-item p{color:#2c2c2c;
  font-style:italic;
  }
/* fin TESTIMONIOS --------------------------------------*/

/* ini imagenes HOME --------------------------------------*/
.thumbnail_5 {  
  box-shadow: hsl(0, 0%, 80%) 0 0 16px;
  background-color: hsl(0, 0%, 100%);
}

.card-footer{background-color: #363636!important;color:#fff!important;font-size: 12px!important;}

/* permite ZOOm img HOVER*/
.hover-images:hover img{transform: scale(1.05);}

.img-height {
  max-height: 300px;
  overflow: hidden;
}
/* se usaba para iconos TOP / destacado
.card-footer{background: none;border:none;height: 0;
  padding: 0;
  margin: 0;}
.card-footer > div{position: absolute;
  top: 0rem;
  font-size: 2em;
  right: 0rem;}
  .card-footer > div>span{position: absolute;
    top: 0rem;
    font-size: 2.5em;
    right: 0rem;}
*/
/* ini LOGIN */
.bd-login-frm {
  border: 1px solid #ddd;
  margin-top: 30px;
  padding: 40px !important;
  background-color: #efefef;
}
.obligatorio{color:#363636;font-size: 12px;font-style: italic;}
.filter {
  -webkit-backdrop-filter: grayscale() blur(10px);
  backdrop-filter: grayscale() blur(10px);
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  box-shadow: 6px 3px 14px 0px #ccc;
  min-height: 140px;
}

.btn_login_new:hover {
  background-color: #eb0258;
  border-radius: 3px;
  padding: 5px;
  color: white;
  border: 1px solid #a0023c;
}
.btn_login_new {
  background-color: #d46a77;
  border-radius: 3px;
  padding: 5px;
  color: white;
  border: 1px solid #eb1b66;
}
/* fin LOGIN */

/* INI OVERLAY ICON IMG ************************************************************ */
.badge-corner-orange {
  border-top-color: rgba(255, 138, 60, 1) !important; /*el ultimo es OPACIDAD*/
}


.card-img-overlay .icons{z-index: 200;padding-right: .5rem;}
.card-img-overlay .icons i{color: #fff!important;}

.badge-corner-gd + .icons{font-size: 2rem!important;}
.badge-corner + .icons{font-size: 1rem!important;}

.badge-corner {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 60px solid #888;
      border-top-color: rgb(136, 136, 136);
  border-top-color: rgba(0, 0, 0, 0.3);
  border-left: 60px solid transparent;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  z-index: 50;
}

.badge-corner-gd {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 90px solid #888;
      border-top-color: rgb(136, 136, 136);
  border-top-color: rgba(0, 0, 0, 0.3);
  border-left: 90px solid transparent;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  z-index: 50;
}

.badge-rectangle 
{
  position: absolute;
  width: 40%;

  margin-top: 5px;
  padding: 0.6rem;
  background-color: #23272b;
  border-color: #1d2124;
}
.badge-rectangle span
{
position: absolute;
top: 0;
left: 5px;
font-size: 12px;
color: #fff;}
  /* The overlay effect (full height and width) - lays on top of the container and over the image */
/*.card > .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: red;
}*/

/* When you mouse over the container, fade in the overlay icon*/

/* ---------------- FIN OVERLAY ICON IMG */
.desc_grid_5 {
  
  font-size: 12px;
}
.desc_grid_5 a {
  padding-top: 8px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.desc_grid_5 > div {
  color: #333;
  font-size: 12px;
}
/* fin imagenes HOME --------------------------------------*/

/* ------------- ini MODAL POPUP ENVIAR UN EMAIL*/
.modal-content {
  position: absolute !important;
  border: 1px solid #999 !important;
  max-width: 600px !important;
}
.mod-interes {
  background-color: #e7e7e7 !important;
  padding: 20px;
  border: 2px solid #fff !important;
}
.mod-inter-head {
  border: none !important;
  padding: 0 0 20px 0 !important;
  font-size: 10px !important;
}
.mod-inter-head .close {
  font-size: 10px !important;
}

.interes-title {
  font-size: 16px;
  font-weight: 700 !important;
}
.interes-politica {
  font-size: 11px;
  color: #333;
}
.check_acepto {
  font-size: 12px;
  font-weight: 700;
}
/* ------------- fin MODAL POPUP ENVIAR UN EMAIL*/

/* en pagina de items, LLAMAR - ver telefono*/
.llamar_agencia {
  border: 5px solid #343a40;
  padding: 15px;
  font-size: 18px;
  margin: 3px 0px 15px 0px;
}

/* ini IMAGENES NOTICIAS bajo pagina 3 noticias*/
.img-height-3 {
  max-height: 233px;
  overflow: hidden;
}
/* fin IMAGENES NOTICIAS bajo pagina 3 noticias*/

/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* INI HEADER */
/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
.header_top{font-style: italic;color: #777 !important;}
.top-container {background: url(../img/opacity.png) 0 0 repeat;
padding: 7px 0;
text-align: right;}
/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* INI HEADER */
/* --------------------------------------------------------------------------------------------------------------------------------------------------*/

/* ini CAROUSEL */
/*#carousel-home{
  --color-default: #ffffff;
  --color-default-rgb: 255, 255, 255;
  --color-background: #000000;
  --color-background-rgb: 0, 0, 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 160px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;}*/

.carousel-holder2{margin-top:15px;}

.carousel-caption {
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel_title_3{
  font-size: 35px;
color: #222222;
}

.carousel_title_2 {
  font-size: 35px;
  color: #d46a77;
  font-weight: bold;
}

.carousel_title_1_h1, .carousel_title_1_white, .carousel_title_1_white_h1 {
  font-size: 30px;
  color: #FFF;
  margin-bottom: 0rem;
}


.hero {
  --color-default: #ffffff;
  --color-default-rgb: 255, 255, 255;
  --color-background: #000000;
  --color-background-rgb: 0, 0, 0;
  width: 100%;
  /*min-height: 100vh;*/
  position: relative;
  padding: 160px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero::before {
  content: "";
  background: rgba(var(--color-background-rgb), 0.5);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero .container{z-index:99;color:#fff;}


/* fin CAROUSEL */
/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* INI FOOTER */
/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer_top{background-color:#fafafa;
  -webkit-box-shadow: 0 -6px 6px -6px #CCCCCC;
     -moz-box-shadow: 0 -6px 6px -6px #CCCCCC;
          box-shadow: 0 -6px 6px -6px #CCCCCC;}

          /* frase encima del footer TODOS LOS PERFILES:24h...*/
.footer_top > div> b {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer_top > div> span {
  margin-right: 5px; font-size: 1.25rem;color:#6c757d;
}


.fa_footer::before{ content: "\f05a";} /*IMPORTANTE personalisar el icono dependiendo del proyecto. por defecto \f0d1 camion transporte*/

.bottom-container {
  background-color: #222222;
  color: #777777;
}

.footer-container{color:#fff!important;font-size:14px;}
.footer-container h4{color:#6c757d!important;}
.footer-container a{color:#FFFFFF;text-decoration: none;text-transform:uppercase;}
.footer-container ul{list-style:none;}
.socials-container{color:#fff;}

/*honeypot*/
.hide{display:none}



/* REDES SOCIALES*/
.social1{background:url(../img/social1.png) no-repeat;padding:0 35px;} /*facebook*/
.social2{background:url(../img/social2.png) no-repeat;padding:0 35px;} /*twitter*/
.social3{background:url(../img/social3.png) no-repeat;padding:0 35px;} /*feed rss*/
.social4{background:url(../img/social4.png) no-repeat;padding:0 35px;} /*youtube*/
.social5{background:url(../img/social5.png) no-repeat;padding:0 35px;} /*pinterest*/
.social6{background:url(../img/social6.png) no-repeat;padding:0 35px;} /*instagram*/
.social7{background:url(../img/social7.png) no-repeat;padding:0 35px;} /*linkedin*/
.social8{background:url(../img/social8.png) no-repeat;padding:0 35px;} /*wasaap*/
.social9{background:url(../img/social9.png) no-repeat;padding:0 35px;} /*google+*/
.social10{background:url(../img/social10.png) no-repeat;padding:0 35px;} /*yahoo*/
.social11{background:url(../img/social11.png) no-repeat;padding:0 35px;} /*vimeo*/
.social11{background:url(../img/social12.png) no-repeat;padding:0 35px;} /*snapchat*/
.social11{background:url(../img/social13.png) no-repeat;padding:0 35px;} /*viber*/
.social11{background:url(../img/social14.png) no-repeat;padding:0 35px;} /*skype*/
.social11{background:url(../img/social15.png) no-repeat;padding:0 35px;} /*bloger*/
.social11{background:url(../img/social16.png) no-repeat;padding:0 35px;} /*dropbox*/
.social11{background:url(../img/social17.png) no-repeat;padding:0 35px;} /*wordpress*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* FIN FOOTER */
/* --------------------------------------------------------------------------------------------------------------------------------------------------*/

/* --------------- MENU */
 /* Dropdown Button */
 .dropbtn {
  background-color: #d46a77;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 900;

}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
font-weight:normal;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
display: block;
margin-top: 0; /* remove the gap so it doesn't close*/
background-color: #f1f1f1!important}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
/* ---------------------- FIN MENU */


@media only screen and (max-width: 800px) {
    	
  /* Force table to not be like tables anymore */
  #no-more-tables table, 
  #no-more-tables thead, 
  #no-more-tables tbody, 
  #no-more-tables th, 
  #no-more-tables td, 
  #no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #no-more-tables tr { border: 1px solid #ccc; }
 
  #no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    white-space: normal;
    text-align:left;
  }
 
  #no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}
            

/*table css admin */
#no-more-tables td {
  position: relative;
  top: 4px;
  left: 12px;
  width: 30%;
  border-right: 1px solid #eaedef;
  padding-right: 10px;
  white-space: nowrap;
  color: #666;  
  font-size: 12px;
}

.bootstrap .table tbody > tr > td{
  border-top: none;
color: #666;
padding: 3px 7px;
    padding-left: 7px;
vertical-align: middle;
border-bottom: 1px solid #eaedef;
  
}

.bd-table{border-bottom: 1px solid #ddd; margin-bottom: 1rem;font-size: .85rem;padding-bottom: 1rem;}
.bd-table .text-gris-claro{font-size: 1rem;}
.bd-table-resumen{font-size: 1.2rem;color: #d46a77;}
.bd-table .btn{border-color: #d46a77;}
.card-footer-ag{background-color:#2d2d2d!important;}
.card-footer-2{background-color:#218cff!important;}
.grid-prov{font-size: 1rem;}
#gallery .cursor { cursor: pointer; }
.card-img-overlay .img-blur{background:rgba(0,0,0,0.2);
  padding:1rem;
  border-radius:3px;}
.nav_color_txt{text-transform: capitalize;padding-left: 0!important;padding-right: 1rem!important;}


/* ini comments*/
.bg-coment{background-color:#eff1f3;padding: 0.5rem 1rem;
  border-radius: 1rem;}
.fec-msg b{color: #0056b3;}
.fec-msg{font-size: 0.75rem;color:#333;padding-left: 1rem;}
.fec-msg i{font-size: 0.2rem;padding:0 0.3rem}

.msg-respuesta{border-bottom: 1px solid #ddd;padding: 1rem 0;}
/*fin comments*/

/*ini comments RATE estrellas*/
.rating {
  display: inline-flex;
  flex-direction: row-reverse;
}

.rating>input {
  display: none
}

.rating>label {
  position: relative;
  width: 1em;
  font-size: 2rem;
  color: #91c01a;
  cursor: pointer
}
.rating>span{font-size: 14px;
  vertical-align: middle;
  padding-top: 1.3rem;}

.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important
}

.rating>input:checked~label:before {
  opacity: 1
}

.rating:hover>input:checked~label:before {
  opacity: 0.4
}

.rating2>label {
  position: relative;
  width: 1em;
  color: #91c01a;
}
.rating2>span{font-size: 14px;
  padding-top: 1.3rem;}

/*fin comments RATE estrellas*/
.navmobbrand .navbar-brand{padding:0!important;}
.navbar-dark{background-color: #363636 !important;}
.navbar-dark .navmob{color: #343a40!important;border-color:#343a40!important;max-width: 5rem;}
.navbar-dark .navmob >.navbar-toggler-icon{background: none!important;}
.navbar-toggler-right{float:right;}
/* fin navbar new*/
.bd-atendemos{border-top:1px solid #dddddd;}

/*especifico para ADMIN PACKS*/
.thumbnail_pack .card-header{background-color: #3c8dbc !important;color:#fff;}

/* prj_5*/

/* ini FILTROS ACTIVOS en busq.php*/
.filtros_activos{border: 1px solid #ddd;
  padding: 15px;}
  /* fin FILTROS ACTIVOS en busq.php*/
  
  
  .sorter .catalog{
    display: inline-block;
    background:url(../img/grid-list-5.gif) no-repeat left top;
    width: 17px;
    height: 16px;
  }
  .sorter .list{
    display: inline-block;
    background:url(../img/grid-list-5.gif) no-repeat right top;
    width: 17px;
    height: 16px;
  }
  
  .sorter .catalog1{
    display: inline-block;
    background:url(../img/grid-list-5.gif) no-repeat left bottom;
    width: 17px;
    height: 16px;
  }
  .sorter .list1{
    display: inline-block;
    background:url(../img/grid-list-5.gif) no-repeat right bottom;
    width: 17px;
    height: 16px;
  }
  
  #ajx_kw ul{border-bottom: 1px solid #fff;} 
  /* fin prj_5 */

  .frm-buscador{background-color: #363636;margin-top: 1rem;
    color: #fff;}

/* CSS BOOTSTRAP 5 COLUMNAS ------------------------------------------------------------------------------------------- */
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
  min-height: 1px; 
  position: relative;
}

.col-xs-5 {
  float: left;
  width: 20%;
  flex: 0 0 20%;
  max-width:20%;
}

@media (min-width: 768px) {
  .col-sm-5 {
    float: left;
    width: 20%;
    flex: 0 0 20%;
    max-width:20%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    float: left;
    width: 20%;
    flex: 0 0 20%;
    max-width:20%;
  }

}

@media (min-width: 1200px) {
  .col-lg-5 {
    float: left;
    width: 20%;
    flex: 0 0 20%;
    max-width:20%;
  }
}
/* FIN - CSS BOOTSTRAP 5 COLUMNAS ------------------------------------------------------------------------------------------- */

.txt-header-prj{color: #fff !important;}
.section_container,#home_items_femmes,.section_container_1{
  background-image: -moz-linear-gradient(top, #f6e5e6, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6e5e6), to(#fff));
  background-image: -webkit-linear-gradient(top, #f6e5e6, #fff);
  background-image: -o-linear-gradient(top, #f6e5e6, #fff);
  background-image: linear-gradient(to bottom, #f6e5e6, #fff);}

  #home_items_hommes,.section_container_2{
  background-image: -moz-linear-gradient(top, #ebeefa, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebeefa), to(#fff));
  background-image: -webkit-linear-gradient(top, #ebeefa, #fff);
  background-image: -o-linear-gradient(top, #ebeefa, #fff);
  background-image: linear-gradient(to bottom, #ebeefa, #fff);
  }

  #home_items_trans,.section_container_3
  {
    background-image: -moz-linear-gradient(top, #d9ddeb, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9ddeb), to(#fff));
    background-image: -webkit-linear-gradient(top, #d9ddeb, #fff);
    background-image: -o-linear-gradient(top, #d9ddeb, #fff);
    background-image: linear-gradient(to bottom, #d9ddeb, #fff);
  }
  #home_items_libertin,.section_container_4{    background-image: -moz-linear-gradient(top, #d9ddeb, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9ddeb), to(#fff));
    background-image: -webkit-linear-gradient(top, #d9ddeb, #fff);
    background-image: -o-linear-gradient(top, #d9ddeb, #fff);
    background-image: linear-gradient(to bottom, #d9ddeb, #fff);}

  #home_items_sexshop,.section_container_5{    background-image: -moz-linear-gradient(top, #d9ddeb, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9ddeb), to(#fff));
    background-image: -webkit-linear-gradient(top, #d9ddeb, #fff);
    background-image: -o-linear-gradient(top, #d9ddeb, #fff);
    background-image: linear-gradient(to bottom, #d9ddeb, #fff);}

    #consejos{
      background-color: white;
    }

.overlay_display{
  position: fixed; /* Sit on top of the page content */
      display: block; /* Hidden by default */
      width: 100%; /* Full width (cover the whole page) */
      height: 100%; /* Full height (cover the whole page) */
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0,0,0,0.5); /* Black background with opacity */
      z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
      cursor: pointer; /* Add a pointer on hover */
  }
  
  .overlay_display .text {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 12px;
      color: #333;
      transform: translate(-50%,-50%);
      background-color: #fff;
      padding: 20px;
  }
  
  .nav-item{
  display: inline-block;
font-size: 15px;
line-height: 38px;
position: relative;
vertical-align: middle;
padding: 6px 10px 8px;
z-index: 1000;
text-transform: uppercase;}

.nav-item:hover{background-color: #d46a77;color:#fff!important;}

.nav_footer{--bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;}
