
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quicksand',sans-serif;
}
:root{
    --color1: rgb(231, 236, 78);
    --color2: rgba(17, 213, 92, 0.877);
    --color3: rgba(12, 18, 19, 0.623);
    --fondo: #fff;
    --titulos: 33px;
    --margenes: 60px;
    --espacios: 35px;
    --espacios-contenido:45px;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    
    background: var(--fondo);
  }
  
.contenedor{
    margin:auto;
    padding: var(--margenes) 0;
    width: 90%;
    max-width: 1000px;
    text-align: center;
    overflow: hidden;
  }
  
  .contenedor h3{
    color: #068e08;
    font-size: 47px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold; /*color de letra del slider-------------------- */
      text-shadow: 2px 4px 6px grey;
  }
  

  .after::after{
    content:'';
    display: block;
    margin: auto;
    margin-top: var(--espacios);
    width: 100px;
    height: 2px;
    background: #06da0a;
    margin-bottom: var(--espacios-contenido);
    
  }
  .contenedor .prodx{
    font-size: 20px;
    font-weight: 500;
    color: black;
    font-family: 'Quicksand',sans-serif;
  }
  
  .contenedor .parrafo{   
      font-size: 13px;
      color: black;
      
  }
  
  .card{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
   
    border: none;/*le quito la lineas e cuadrado*/
    
  }
  
  .content-card{
    width: 31%;
    /*box-shadow: 0 0 6px 0 rgba(0,0,0,.5);*/
    overflow: hidden;
    height:400px;
    
  }
  
  .people{
    height: 80%;
  }
  
  .content-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .texto-team{
    height: 20%;
    width: 100%;
    padding: var(--espacios) 0;
  }
  

  
  .servicios{
    display: flex;
    color:#fff;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
  }
  .caja-servicios{
    width: 30%;
    margin: auto;
    text-align: center;
  }
  .caja-servicios>h4{
    margin-bottom: var(--espacios);
  }
  
  .caja-servicios>p{
    text-align: center;
  }
  
  .botones-work{
    overflow: hidden;
    
  }
  
  .botones-work li{
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    margin-bottom: var(--espacios-contenido);
    padding: 6px 17px;
    border: 1px solid green;
    list-style: none;
    color: green;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    
  }
  
  .botones-work li:hover{
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331); 
    color:#fff;
    cursor: pointer;
  }
  
  .botones-work .active{
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331); 
    color:#fff;
  }
  
  .galeria-work{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
  }
  
  /*.cont-work{
    width: 31%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
    height:300px;
    overflow: hidden;
    margin-bottom: var(--espacios-contenido);
  }*/
  
  .img-work{
    height: 90%;
    width: 100%;
  }
  
  .img-work img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .textos-work{
    height: 10%;
  }
  
  .textos-work h4{
    line-height: 30px;
    font-weight: 300;
  }







  /********miooooooooooooo*****************/


  
/*------------------------*/
.conta¿ner{
    position:relative;
    width: 1300px;
    display: flex;
    justify-content:center; 
    align-items:center;
    flex-wrap: wrap;
    padding: 30px;
  
    
  }
  .conta¿ner .card{
    position: relative;
    max-width: 300px;
    height:240px;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    transition:0.3s ease-in-out;
    
    
  }
  .conta¿ner .card:hover{
    height:420px;
  }
  .conta¿ner .card .imgbx{
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    left:0px;
    z-index:1;
    
  }
  .conta¿ner .card .imgbx img{
    max-width:100%;
    border-radius:4px;
  }
  .conta¿ner .card .content{
    position: relative;
    margin-top:-140px;
    padding:10px 15px;
    text-align:center;
    color:#111;
    visibility:hidden;
    opacity:0;
    transition: 0.3s ease-in-out;
    
  }
  .conta¿ner .card:hover .content{
    visibility:visible;
    opacity:1;
    margin-top: -40px;
    transition-delay: 0.3s;
  }









  /* price */

.price{
    text-align: center;
}

.price__table{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
    justify-content: space-evenly;
    align-items: center;
}

.price__element{
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    width: 330px;
    padding: 40px;
    --color-plan: #fff;
  
    --bg-cta: #fff;
    --color-cta: #5454D4;
    --color-items: #696871;
    
    /*tarjetas desplazantes*/
    position: relative;
    max-width: 300px;
    height:240px;
  margin: 30px 10px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  /*box-shadow: 0 5px 202px rgba(0,0,0,0.1);*/
  transition:0.3s ease-in-out;
}
.price__element:hover{ /*tamaño de lo que se desplaza*/
    height:620px;
}

.price__element--best{
    width: 370px;
    padding: 60px 40px;
    background-color: #1adc1d;
    /*--color-plan: rgb(255 255 255 / 75%);*/
    --color-price: #fff;
    --bg-cta: #fff;
    --color-cta: black;
    --color-items: black;



/*tarjetas desplazantes*/
    position: relative;
    max-width: 300px;
    height:240px;
  margin: 30px 10px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 202px rgba(0,0,0,0.1);
  transition:0.3s ease-in-out;
}
.price__element .imgbx{
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    left:0px;
    z-index:1;
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
}
.price__element .imgbx img{
    max-width:100%;
    border-radius:4px;
}

.price__element .content{
    position: relative;
    margin-top:-140px;
    padding:10px 15px;
    text-align:center;
    color:var(--color2);
    visibility:hidden;
    opacity:0;
    transition: 0.3s ease-in-out;
   
}
.price__element:hover .content{
    visibility:visible;
    opacity:1;
    margin-top: -40px;
    transition-delay: 0.3s;
}
/**+-------------------------------*/










.price__name{
    color: var(--color-plan);
    margin-bottom: 15px;
    font-weight: 300;
}

.price__price{
    font-size: 2.5rem;
    color: #fff;;
}

.price__items{
    margin-top: 35px;
    display: grid;
    gap: 1em;
    font-weight: 100;
    font-size: 1rem;
    margin-bottom: 50px;
    color: var(--color-items);
}

.price__cta{
    display: block;
    padding: 20px 0;
    border-radius: 10px;
    text-decoration: none;
    background-color: #fff;
    font-weight: 600;
    color: #fff;
    /*box-shadow: 0 0 1px rgba(0, 0, 0, .5);*/
}
  

.prodx{
  font-size: 20px;
  color: black;
}



/*boton de detalle de productos*/


.btn1{
  margin-top: 1rem;
  display: inline-block;
  padding:.6rem 5rem;
  font-size: 1 rem;
  border-radius: .5rem;
  border:.2rem solid #61ba6d;
  color:var(--black);
  cursor: pointer;
  background: none;
}

.btn1:hover{
  background: #61ba6d;
  border: #61ba6d;
  color:#fff;

}
