#nav-fluid-center-logo-menu-btn {
    background: transparent;
}

#nav-fluid-center-logo-menu-btn .nav-bg {
    background: linear-gradient(135deg, #00c0ff, #00e9ff);
    background: -webkit-linear-gradient(315deg, #00c0ff, #00e9ff);
}

#header-center-slogan {
    background: linear-gradient(to bottom, #000000, #000000);
}


#header-center-slogan .bg {
    background-image: url('../images/header-home2.jpg');
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-repeat: no-repeat;
    background-position: center left;
    opacity: 0.2;
}

#gallery-fluid-list-3col-2 .bg {
    background: #ffffff;
}

#benefit-2col-quartbg {
    background: linear-gradient(135deg, #00c0ff, #2da3a2);
    background: -webkit-linear-gradient(315deg, #00c0ff, #2da3a2);
}

#benefit-2col-quartbg .quarter-container-right {
    background-image: url('../images/bg-lab.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}

#contact-center-text-map .bg {
    background-image: url('../images/title-bg-contact.png');
    background-size: 648px auto;
    -webkit-background-size: 648px auto;
    background-repeat: no-repeat;
    -webkit-background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.07;
}

#footer-text-logo-btn {
    background: #3c3c3c;
}


/* CUSTOM */

#text-1col-center{
    background: #e6e6e6;
}

.mapa-responsive{
    
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.mapa-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



/* cards noticias  */

.card-noticia{
    border-radius: 4px;
    padding: 5px;
    box-shadow: -3px 2px 12px 4px #d6d6d6;
    text-align: left;
}

.card-noticia h3{
    margin-left: 10px;
}

.card-noticia p{
    margin-left: 10px;
}

.card-noticia a{
    margin-left: 10px;
}

.foto-noticia{
    background: url(https://place-hold.it/350x250/2bc3d4);
    height: 180px;
    background-position: center center;
    background-size: cover;
}

/*suministros*/

#suministros-main{
    background: #e6e6e6;
}

/*cards suministros*/
.card-suministro{
    border-radius: 4px;
    padding: 5px;
    box-shadow: -3px 2px 12px 4px #d6d6d6;
    text-align: left;
    background: #f5f5f5;
}

.card-suministro h3{
    /*margin-left: 10px;*/
    color: #117ac7;
    font-size: 23px;
    text-align: center;
}

.card-suministro p{
    margin-left: 10px;
}



.foto-suministro{
    height: 180px!important;
    background-position: center center!important;
    background-size: cover!important;
}

.card-suministro enlace{
    margin: 0;
}

.btn-ver-mas{
    display: block;
    margin: 0 auto;
    width: 130px;
    margin-bottom: 23px;
}




.img-galeria{
    display: block;
    margin: 0 auto;
}