


.contenedor-img img{
  display: inline-block;
  padding: 3px;
  border-radius: 50%;
  /* background: linear-gradient(130deg, #272a2c, #171718fa); */
  background: linear-gradient(130deg, #3549be, #abb8bbfa);


}



/* TARJETA ANIMACIÓN */
.contenedor-img{
  height: 220px;
  width: 220px;
  background-color: #50ddbf;
  border-radius: 50%;
  box-shadow: 16px 14px 20px #0000008c;
  
  position: relative;
  overflow: hidden;
  /* border-radius: -2PX; */
  display: inline-block;


  padding: 4px;
}

.contenedor-img::before{
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  background-image: conic-gradient(rgb(9, 15, 22) 20deg, transparent 120deg);
  /* background-image: conic-gradient(rgb(3, 17, 31) 20deg, transparent 120deg); */

  /* background-image: conic-gradient(red 20deg, transparent 120deg); */
  animation: rotar 2.6s linear infinite;
}

@keyframes rotar{
  from{
      transform: rotate(0deg);
  }
  to{
      transform: rotate(-360deg);
  }
}

.contenedor-img::after{
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  display: inline-block;
  /* background: url(./logo\ .png) no-repeat center -10px, 60px, 10px; */
  align-items: center;
  
  padding: 10px;
  border-radius: 50%;


  /* box-shadow: inset -200px 200px 280px #0000008c;; */

  z-index: 3;
}


.contenedor-img img {
  content: "";
  z-index: -3;
height: 212px; 
width: 212px;
border-radius: 50%;
position: relative;
padding: 1px;

/* align-items: center; */
color: rgb(155, 102, 38);
z-index: 3;

}







/*--------------------------------------------------------
 RESPONSIVE STYLES       BOTTON (Contactar - sobre nosotros   
---------------------------------------------------------*/

@media screen and (max-width: 992px) {

  .mainImg {
    width: 200px;
  }
  .cardname {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    padding: 15px;
  }
  .carddesc {
    color: #808080;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
  }



  .carddesc {
    color: #808080;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    /* font-style: oblique; */
  
  }
  
  
  .carddesT{
    color: #f4fafccb;
    text-align: center;
    /* font-weight: 500; */
    font-size: 90px;
    /* font-size: 17px; */
    font-size: larger;
    font-size: small;
    /* font-size: medium; */
    margin-top: -15px;
    /* margin-left: -10px; */
  
  }

  
}


  
  
  @media screen and (max-width: 767px) {
  
    .mainImg {
      width: 200px;
    }
    .cardname {
      text-align: center;
      color: #fff;
      font-weight: 500;
      font-size: 28px;
      padding: 10px;
      margin-left: -20px;
    }
    .carddesc {
      color: #808080;
      text-align: center;
      font-weight: 500;
      font-size: 15px;
      margin-top: 20px;
    }
    
  .btnContainer {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    /* margin-top: 80px;  */
      }
  

  
  .carddesT{
    color: #808080;
    /* color: #f4fafccb; */
    text-align: center;
    /* font-weight: 500; */
    font-size: 90px;
    /* font-size: 17px; */
    font-size: larger;
    font-size: small;
    /* font-size: medium; */
    margin-top: -25px;
    /* margin-left: -10px; */
  
  }
    

/* TARJETA ANIMACIÓN */
.contenedor-img{
  height: 220px;
  width: 220px;
  background-color: #40a18c;
  border-radius: 50%;
  box-shadow: 16px 14px 20px #0000008c;
  
  position: relative;
  overflow: hidden;
  /* border-radius: -2PX; */
  display: inline-block;


  padding: 4px;
}

.contenedor-img::before{
  content: "";
  position: absolute;
  height: 242px;
  width: 242px;
  background-image: conic-gradient(rgb(26, 9, 20) 20deg, transparent 120deg);
  /* background-image: conic-gradient(rgba(1, 7, 0, 0.904) 20deg, transparent 120deg); */

  /* background-image: conic-gradient(rgb(3, 17, 31) 20deg, transparent 120deg); */

  /* background-image: conic-gradient(red 20deg, transparent 120deg); */
  animation: rotar 2.6s linear infinite;
}

@keyframes rotar{
  from{
      transform: rotate(0deg);
  }
  to{
      transform: rotate(-360deg);
  }
}

.contenedor-img::after{
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  display: inline-block;
  /* background: url(./logo\ .png) no-repeat center -10px, 60px, 10px; */
  align-items: center;
  
  padding: 5px;
  border-radius: 50%;


  /* box-shadow: inset -200px 200px 280px #0000008c;; */

  z-index: 3;
}


.contenedor-img img {
  content: "";
  z-index: -3;
height: 212px; 
width: 210px;
border-radius: 50%;
position: relative;
padding: 0px;

/* align-items: center; */
color: rgb(155, 102, 38);
z-index: 3;

}
  }

