.navbar {
    height: 130px !important;
    max-width: 100% !important;
    min-width: 100% !important;
    box-shadow: 2px 4px 5px #bfbfbf;
}
.logo-navbar {
    width: 300px !important;
    max-height: 120px !important;
    height: auto !important;
}
.navbar-end .navbar-item {
    border-top: 3px solid transparent !important;
}
.navbar-end .navbar-item:hover {
    background-color: transparent !important;
    border-top: 3px solid #63a8ce !important;
    transition: all .3s !important;
}
.navbar-dropdown .navbar-item {
    color: #000 !important;
    border: none !important;
}
.navbar-dropdown .navbar-item:hover {
    background-color: transparent !important;
    color: #63a8ce !important;
    transition: all .3s !important;
    border: none !important;
}
.navbar-link {
    background-color: transparent !important;
}
.navbar-link:hover {
    background-color: transparent !important;
    color: #ffdd57 !important;
}
.slide-contenedor{
    max-width:60%;
    /*max-height: 100vh;*/
    height:70%;
    position: relative;
    overflow: hidden;
    margin:auto;
}

.miSlider img{
    width: 100%;
    max-height: 100vh;
    height: inherit;
    object-fit: cover;
    vertical-align: top;
    transition: 2s;
}

.miSliderp img{
    width: 100%;
    max-height: 100vh;
    height: inherit;
    object-fit: cover;
    vertical-align: top;
    transition: 2s;
}


.slide-contenedor:hover .direcciones {
    display: flex;
}

.direcciones{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.direcciones a{
    color: #fff;
    background: rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 20px;
    text-decoration: none;
}

.direcciones a:hover{
    background: rgba(0, 0, 0, .5);
    transition: .5s;
}

.barras{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom:15px;
}

.barra{
    cursor: pointer;
    height:11px;
    width: 11px;
    margin: 0 2px;
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin: 6px;
    border-radius: 20px;
}

.barrap{
    cursor: pointer;
    height:11px;
    width: 11px;
    margin: 0 2px;
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin: 6px;
    border-radius: 20px;
}


.active{
    background-color: #fff;
}

.fade-slider{
    animation-name: fadeSlider;
    animation-duration: 1s;    
}

@keyframes fadeSlider {
    from {opacity: .4;}
    to{opacity:1;}
}

.navbar-end .item-activo {
    background-color: transparent !important;
    border-top: 3px solid #ffdd57 !important;
    color: #ffdd57 !important;
}

.icon-benefits {
    margin-right: 10px;
    color:#FFB300;
    font-size: 20px;
}

.default {
    font-size: 24px;
}

.footer, .services {
    background: url("/img/background-footer.jpg") !important;
}

@media screen and (max-width: 768px) {
    .navbar {
    /*background-color: transparent !important;*/
    height: 96px !important;
    max-width: 100% !important;
    min-width: 100% !important;
    }
    
    #navbarExampleTransparentExample{
        /*max-height: 150px !important;*/  
    }
    
    .logo-navbar {
        width: 250px !important;
        max-height: 120px !important;
        height: auto !important;
    }
    
    .navbar-brand {
	    align-items: center !important;
    }
    .navbar-burger span {
        height: 2px !important;
        left: 0 !important;
        width: 30px !important;
    }
    
}

@media screen and (max-width: 480px) {
    
    .slide-contenedor{
        max-width:100%;
        max-height:100%;
        height: auto;
    }
    
    .logo-navbar {
        width: 170px !important;
        max-height: 120px !important;
        height: auto !important;
    }
        
    .navbar {
        /*background-color: transparent !important;*/
        height: 125px !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    #navbarExampleTransparentExample{
        max-height: 250px !important;  
    }
    
    .navbar-brand {
	    align-items: center !important;
    }
    .navbar-burger span {
        height: 2px !important;
        left: 0 !important;
        width: 30px !important;
    }
    
    .mcn-footer a {
        color: #000 !important;
    }
    
    .mcn-footer {
        background: #3273dc !important;
        position: fixed;
        bottom: 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding: 8px 0 10px 0;
        z-index: 999999;
        display: block !important;;
        font-size: 16px;
    }
    #callnowbutton {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        border-top: 1px solid #3273dc;
        bottom: 15px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        transform: scale(1);
        left: 50%;
        margin-left: -33px;
        background: url(../img/phone.png) center/50px 50px no-repeat #3273dc;
    }
    
}

