html{
  font-size: 62.5;
  box-sizing: border-box;
  scroll-snap-type: y mandatory;
}
*, *:before, *:after {
box-sizing: inherit;
}

body{
  font-size: 16px;/* 1 rem=10px */
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 
}



img {
    width: 100%;
}




.slide{
    margin-top: 0rem;
    
}

.slide img{
    
    height: 50vh;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
   
   
}

.sub-tittle {
    text-align: center;
    margin-top: 3rem;
    font-size: 3rem;
    font-family:'Lucida Sans', 'Lucida Sans Regular' ;
}

/*#contenido{ width: 1300px; margin: 0 auto; }

*/
.navbar{
    color: red;
}

.moverp{
    text-align: center;
    margin-bottom: 0rem;
    justify-content: center;
}
  .col{
    display: flex; flex-direction: row; justify-content: center;
    margin-bottom: 3rem;
  }

.listanone{
    list-style: none;
}













  footer{
    text-align: center;
    color: white;
    background-color: black;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .footer-enlaces{
    display: flex;
    flex-direction: column;
    
   }

   a{
    text-decoration: none;
    color: white;
   }

   .card-subtitle{
    font-size: 1rem;
    margin-bottom: 0.3rem;
   }