/*MERAND AND MEEKS STYLES*/


/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap');


.body{  
  
  background-color: #b1c3a0;/*#a5a1a11f*/
  max-height: 100vh;
  font-family: 'Roboto Mono', monospace !important;/* 'Poppins', sans-serif !important; */

        
}

.footer{
  background-color: #000000;
  height: 100px;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.nav-link{
  color: #fff !important;
}

.hoverIconos {
  color: #fff;
  font-weight: 900;
  font-size: 18px;;  
  transition: 1s;
}

.hoverIconos:hover {
  color: #fff;
  font-size: 20px;  
  transition: 1s;
  
}
.navbar{
  position: sticky !important;
  top: 0;
  z-index: 1000;
}

.card{
  background-color: transparent !important;
  border: none !important
}

/* .foto{
  background-image: url('assets/imgs/pexels-pixabay-259988.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */


.nav-item-logo{
    text-align: end;
}

.img-logo{
    width: 70%;
}

.container-cont{
    height: 78vh;
}

.container-cont .row{
    height: 100%;
}

.container-cont .row .col{
    text-align: end;
}





