
    
/* tamano pc*/
.logo a {
    width: 230px;
    display: block;
    margin-top: 15px;
    /*margin-bottom: 28px;*/
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    position: relative;
}

.header-fixed .logo a {
    width: 230px;
    display: block;
    margin-top: -5px;
/*margin-bottom: 15px;*/
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}


@media  (min-width: 768px) and (max-width: 1350px)  {

.header .logo a {
width: 75px;
    display: block;
    margin-top: -1px;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}

.header .logo a .logo-light {
    content:url("../img/full/Logo-CCJ-bco.png");
}

.header .logo a .logo-dark {
    content:url("../img/full/Logo_CCJ.png");
}
}


#select{
color: #006e71;
}

/*Menu desplegable*/
.sub-dropdown > li > a {
background:  rgba(0, 108, 112, 0.80);
   
}
.sub-dropdown > li > a:hover {
background:  #006e71;
}
/**********/
@media all and (max-width: 1024px) {
.nav-menu{
background: #006e71;
}

#select{
     color: white;
}

#nomarca:hover{
     color: white;  
}
#sabermaspage{
    color: white;  
}

.header .logo a {
width: 200px;
    display: block;
    margin-top: -1px;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}

.header .logo a .logo-light {
    content:url("../img/full/logo_blanco.png");
}

.header .logo a .logo-dark {
    content:url("../img/full/logo.png");
}
}





.footer-logo {
max-width: 100px;
display: inline-block;
width: 100%;
}

.cambiocolor{
color: #006e71;
}

