html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.dropdown-item:hover {
    background-color: #5AB24B;
    color: white;
    transition: 0.1s;
}

html, body {
    margin: 0;
    padding: 0;
    /*height: 100%;
    overflow: hidden;*/
    
}
.inicio {
    background-image: url('/images/fondo2.jpg');
    background-size: cover;         
    background-position: top center; 
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
header {
    position: relative; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.inicio::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,235,260,0.2); 
}

.titulo {
    color: white;
    margin-top: -170px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

    .titulo p {
        font-family:    Arial;
        letter-spacing: 1px;
    }

        .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;

}
    .navbar-nav .nav-link {

    transition: transform 0.3s;
   
}
.nav-link:hover {
    
    transform: scale(1.1);
}

.footer {
    background: #009DD5;
    font-size: 15px;
    border-top: none;
}

.card:hover {
    
    background-color: #f8f9fa;
}

