.caption h1{animation:entrada 1.2s;animation-timing-function:ease-in;will-change:transform,opacity}.caption p{animation:entrada 1s;animation-timing-function:ease-in;will-change:transform,opacity;animation-fill-mode:forwards;opacity:0;animation-delay:.7s}.caption .btn-nuevo{animation:entrada .8s;animation-timing-function:ease-in;will-change:transform,opacity;animation-fill-mode:forwards;animation-delay:1s;opacity:0}@keyframes entrada{0%{transform:translateY(0px);opacity:0}100%{transform:translateY(0);opacity:1}}}.imagen_de_fondo{width:50%;background-color:white;background-position:100%;background-repeat:no-repeat;background-size:cover;bottom:0;height:100%;position:absolute;right:0;top:0;z-index:1}#box-title-secion{position:relative;display:flex}#box-title-secion .caption{z-index:3;position:relative;float:left !important}#box-title-secion .caption h1{position:relative}