:root {
    --venecia-main:#9CB529;
    --ecopuntada-h1: #32695C;
    --ecopuntada-btn:#9AB321;
    --ecopuntada-a: #707070;
    --ecopuntada-backwall:#32695C;
    --ecopuntada-texto-bg:#3C5484;
    --ecopuntada-ben:#3C5484;
    --ecoopuntada-line:#7089A0;
  --ecopuntada-img:#3C5484;
  --ecopuntada-text-titulo:#32695C;
  --ecoopuntada-bg-menu:#e0e6f0;
    --ecopuntada-btn-hover:#ddfc46;
  
  }

  #header{
    background-color: var(--ecopuntada-texto-bg);
  }



  .text-pop {
    font-family: 'Poppins', sans-serif !important;
  }

  .text-popeb {
    color: var(--ecopuntada-h1) ;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

a {
  color: var(--ecopuntada-a);
  outline: none;
  text-decoration: none;
}
.fondo {
  background-color: var(--ecopuntada-texto-bg);
}

.btn-color:active {
      background-color:var(--ecopuntada-btn-hover) !important;
    box-shadow: none;
    color:#000000 !important;
  }
.btn-color:hover  {
      background-color:var(--ecopuntada-btn-hover) !important;
    box-shadow: none;
    color: #32695C;
  }
.btn-color  {
  background-color:var(--ecopuntada-btn)!important ;
  box-shadow: 2px 2px 1px 1px black;

}  
  
.btn-color::visited {
  box-shadow: none;
}

 a {
  color: #32695C;
 }

#btn-cotiza{
        font-size: x-large !important;
}

#btn-cotiza:hover{
    color: black;
}







.cotiza {
  position: relative;
}

.fondo-img {
  background-image: url('../img/fondo-img.png');
}

.destacadas_img {
  overflow: hidden;
  position: relative;
}

.destacadas_card {
  border: 1px solid var(--venecia-main);
  width: 350px;
  background-color: var(--venecia-main);
  border-radius: 5px;
  overflow: hidden;
  bottom: 2rem;
  top: 2rem;

    img{
      width: 350px;
      height: 350px;
      object-fit: cover;
    }
}

.icon{
  position: relative;

    img{
      width: 500px;
      position: absolute;
      top: -40px;
    }
}



.line{
  background-color: var(--ecoopuntada-line);
  height:5rem;
}

.gallery img{
  position: absolute;
}
.titulo {
  position: absolute;
  bottom: 0%;;
  background-color: var(--ecopuntada-img);
  opacity: 0.6;
  width: 100%;
  margin: 0;
  padding: 10px;
color:white;
}

.text-titulo {
  font-family: "Poppins", sans-serif;
  color:var(--ecopuntada-backwall) ;
}

.text-footer {
  font-family: "Poppins", sans-serif;

}

.line-footer {
  background: var(--ecopuntada-texto-bg);
}
.icon-footer {
  color: var(--ecopuntada-btn);
}
.icon-list {
  list-style-image: url(../img/icon/geo-alt-fill.svg) ;
  width: 10rem;
}
ul .icon-nolist {
  list-style-type: none;
}

.titulos-color {
  color: var(--ecopuntada-texto-bg);
}

#bolsas-ecologicas-img  img{
  height: 300px;
  object-fit: cover;
}

.navbar-collapse {
  align-items: center;
justify-content: space-between;
}

.color-menu {
  background-color: var(--ecoopuntada-bg-menu);
}

#menu ul li a{
  color: inherit;
  text-decoration: underline 0.15em rgba(255, 255, 255, 0);
  transition: text-decoration-color 300ms;
}

#menu ul li a:hover {
  text-decoration-color: var(--venecia-main);
}

.shadow:hover {
  box-shadow:  0px 0px 12px !important;
  transform: scale(1.01);
}


.shadow{
  transition: transform .2s;
}

.list-unstyled {
  padding-left:10px !important;
}

.carousel-indicators img{
  width: 80px;
  display: block;
}

.carousel-indicators button{
  width: max-content !important  ;
}

.carousel-indicators {
  position: unset;
  margin-bottom: 6rem;
}

@media screen and (max-width:600px){
#btn-cotiza {
  font-size: 0.5rem !important;
}
}


/* footer */
