/* escritorio____________________*/
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 1.9s ease-out both;
	        animation: tracking-in-expand 1.9s ease-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-3-16 21:24:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }

.scale-down-center {
	animation: scale-down-center 0.8s 0.4s 2 ease-out alternate-reverse;
}

  @keyframes scale-down-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  


.foto {
    grid-column: 2/12;
}

.chip3c {
    grid-column: 9/11;
    margin-top: 12px;
}

.texto {
    grid-column: 3/8;
    margin-top: 12px;
}

.tip {
    grid-column: 3/11;
}

/* responsive _________________ */
@media (max-width:768px){
    .foto {
        grid-column: 1/-1;
    }
    
    .chip3c {
        grid-column: 1/-1;
        margin-top: 12px;
    }
    
    .texto {
        grid-column: 1/-1;
        margin-top: 12px;
    }
    
    .tip {
        grid-column: 1/-1;
        padding: 12px;
    }
  
   
}



/*Resoluciones mayores a 1200 */
@media screen and (min-width: 1200px) {


}