.img-franja-menu
{
    background: url("../images/franjaMenu.png");
    height:100vh; 
    background-size: cover;
    background-position: center; 
}

.img-franja-dental
{
    background: url("../images/franjaDentalPlus.png");
    height:100vh; 
    background-size: cover;
    background-position: center; 
}

.img-gran1
{
    background: url("../images/dentalPlus72.png");
    height:100vh; 
    background-size: cover;
    background-position: center; 
}

.sloganDentalPlus
{
    margin-bottom: 20px;
    height: 70%;
    max-height:80%;
    width: 70%;
    max-width:80%; 
}

.imagenCarousel
{
    text-shadow: 0px 0px 4px  #070707;
}

a.nav-item {
    color : white;
    opacity: 0.5
}

 a.nav-item:hover {
    color : #a1458b;
     opacity: 1
}
a.nav-item.active {
    color : #00ffff;
     opacity: 0.8
}

button.botonLeerMas
{
    border: 1px solid #fff;
    background-color: transparent;
    margin-left: 10px
        
}

ol.carousel-indicators li
{
    box-shadow: 0px 0px 8px #333;
}
span.carousel-control-prev-icon
{ 
    background: url("../images/atras.svg");
}
span.carousel-control-next-icon
{ 
    background: url("../images/adelante.svg");
}

.seccionActiva
{
    color: #88af47;
    font-size: 20px
}
a.servicios:hover{
    text-decoration: none;
    color: #0f7682
}

a.servicios{
    color: #c8c8c8;
    margin: 0px 0px 0px 10px;
}

a.noticias:hover{
    text-decoration: none;
    color: #0f7682
}

a.noticias{
    color: #666666;
    margin: 0px 0px 0px 0px;
}

@media (max-width: 991px) {
    a.nav-item{
        background:#1e73ba;
        opacity: 1;
    }
    a.nav-item.active {
     opacity:1;
    }
    
}


.modal-lg {
    max-width: 840px;
}

.visible{
    color: #B22D2C;
    visibility: visible
    
}

.noVisible{
    visibility:hidden;
    height: 0px;
}