* {
  /*box-sizing: border-box;*/
  margin:0;
  padding:0;
}
html {
  font-size: 62.5%;
  font-family: verdana;
}
p{
  font-size:2rem;
}
main div{
  font-size: 2rem;
}

.centropagina 
{
  background: white;
  height: 300px;
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.centrochico{
 /* border: solid 1px #000000;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.tarjeta{
        position:relative;
        padding-top: 2px;
       /* max-width: 25%;*/
        border: 2px;
        border-color: #3a3c92;
        background: #ffffff;
        border-radius:2px;
        box-shadow: 10px 10px 8px #888888;
        margin-top: 10px;
       }
.titulo{
    color: #101010;
    font-size: 2.5rem;
    text-transform: inherit;
    font-weight: 600;
    line-height: 1.22;
}
.titulo2
{
    color: #101010;
    font-size: 2rem;
    text-transform: inherit;
    font-weight: 600;
    line-height: 1;
}

.ubica{
  padding: 10px 5px 5px 5px;
}

.words {
  color: #101010;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.words span {
  display: inline-block;
  animation: move 2s ;
}

@keyframes move {
  0% {
    transform: translate(-25%, 0);
  }
  50% {
    text-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  }
}

.encabeza{
  margin-top: 100px;
}

.texto{
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  color:#666666;
}


 @media screen and (max-width:400px){
  .titulo{
    font-size: 2.1rem;
  }
  }