@font-face {
     font-family: 'Qatar2022-Heavy';
     src: url("../fonts/Qatar2022-Heavy.otf")
          ;
}

@font-face {
     font-family: 'Qatar2022-Medium';
     src: url("../fonts/Qatar2022-Medium.otf")
          ;
}



.body61 {
     
     background: url("../61/img/fondo61.jpg") #9c8978  ;
     
 
}

.menu61 {
     
     background: url("../61/img/fondo61.jpg") #9c8978  ;
     
 
}



.body62 {
     
     background: url("../62/img/fondo62.jpg") #9c8978;
     
 
}


.body63 {
     
     background: url("../63/img/fondo63.jpg") #9c8978 ;
    
 
}
.body64{
     background: url("../64/img/fondo64.jpg") #9c8978;
     
     
}
.navbar-brand.logo-ant::before{
     content: url("../61/img/point2.png");
     padding-left: 3px;
     padding-right: 3px;
     position: relative;
     top: 3px;
}


.navbar-brand.logo-post::after{
     content: url("../61/img/point.png");
     padding-left: 3px;
     position: relative;
     top: 3px;
}

.menu-size {
     width: 80%;
    
}

.menu-size a{
     font-size: 3vmin;
     font-family: 'Qatar2022-Heavy';
     font-weight: lighter;
}
/* Acomodo el top de la grilla que contiene las figuritas */

.pos {
     position: relative;
     width: 80%;
     margin-top: 15vh;
     margin-bottom: 3%;

}

@media screen and (max-width: 550px) {
     .pos {
          margin-top: 20vh;
     }
}


.card.peques {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     height: 96%;
}
 
.card.peques h2{

     font-size: 3vmax;
     padding-top: 15%;
     padding-left: 5%;
     text-align: left;
}
@media screen and (max-width: 720px) {
     .card.peques h2{
          font-size: 5vmin;
          padding-top: 20%;
          padding-left: 5%;
          text-align: left;
     }
}




.card {

     background-size: cover;
     background-position: center;

     border: 2px dashed #5E001B;

     margin: 5px;

}


/* Animación de los btones que ingresan a los anuarios */

.btn-primary::before {
     content: '';
     position: absolute;
     left: 4px;
     width: 96%;
     height: 2px;
     top:97%;
     
     background:linear-gradient(to right, #f8aa01, #f5bd3a, #f4cc69);
     z-index: 1;
     transform: scaleX(0);
     transform-origin: left;
     transition: transform 0.5s ease-in-out;
   }
 
.btn-primary:hover::before {
    
     transform: scaleX(1);
}

.card-img-top{
  
     height: 100%;
}
 

.btn-primary {
     color: #fff;
     background: #5E001B;
     border: 2px solid;
     border-color: #5E001B;
     font-family: 'Qatar2022-Medium';
    
     margin: 2%;
}

.size-txt{
     font-size: 1vmax;
}


.btn-primary:hover {
     background-color: #5E001B;
     border: 2px solid #5E001B;
     border-color: #5E001B;

}