#camaras {
    width:100%;
    max-width:800px;
}

h2 { color: #4c94bf; font-family: 'Helvetica Neue', sans-serif; letter-spacing: -1px; line-height: 1; text-align: center; }

h3 { color: #4c94bf; } 

a {text-decoration: none;}

.navbar-light .navbar-toggler {
    border: none !important;
}

.bg-img {
    background-image: url('../img/biometric.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    color: #fff;
}

.masthead {
    display: table;
    padding-top: 160px;
    width: 100%;
    height: 80vh;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.bg-blue-bl {
    background-color: #E3F6FC;
}

.carousel-item {
    transition: 1s;
	opacity: .5s;
}

.btn-whatsapp {
    background-color: #06d66e !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2.6rem;
    width: 68px;
    height: 68px;
    line-height: 0;
    text-decoration: none !important;
    color: #ffffff !important;
    border-radius: 100%;
    padding: .7rem;
    z-index:999;
}

.btn-whatsapp:hover {
    color: #fff;
    background-color: #06d66e;
    border-color: #06d66e;
}
.btn-whatsapp:focus, .btn-whatsapp.focus {
    color: #fff;
    background-color: #06d66e;
    border-color: #06d66e;
    box-shadow: 0 0 0 0.2rem rgba(6, 214, 110, 0.5);
}
.btn-whatsapp.disabled, .btn-whatsapp:disabled {
    color: #fff;
    background-color: #06d66e;
    border-color: #06d66e;
}

.flotante {
    position: fixed;
    bottom: 4rem;
    right: 1rem;
}