@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
label{
  font-weight:bold;
}
 .card{
   border-radius:  5px;   
   box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.2), 10px 10px 10px 10px rgba(0, 0, 0, 0.19);
   padding: 10px;
 }
 .card-body{
   border-radius:  5px;   
   
   padding: 10px;
 }
 .card-header{
  color: #fff;
  background: #1f76bd;
  padding: 10px;
 }
#logo{
  background: url('/imag/logo_apiaguaiki.png') no-repeat center;
    background-size: cover;
    min-height: 250px;
}
.text-md-right{
  text-align: right;
}
.text-md-left{
  text-align: left;
}
.alineacion_izq{
  float: none;
 
}
@media (max-width: 767px) {
  #logo{
    background: url('/imag/logo_apiaguaiki.png') no-repeat center;
      background-size: cover;
      min-height: 0px;
  }

  #btn-menu{
    display: none;
  }
}

/* Estilos para tablet */
@media (min-width: 768px) and (max-width: 991px) {
  #logo{
    background: url('/imag/logo_apiaguaiki.png') no-repeat center;
      background-size: cover;
      min-height: 120px;
  }
}

/* Estilos para monitor mediano */
@media (min-width: 900px) and (max-width: 1400px) {
  #logo{
    background: url('/imag/logo_apiaguaiki.png') no-repeat center;
      background-size: cover;
      max-height: 160px;
  }
}
