/*
#1 = 35A49C
#2 = 79CDC0
*/
a {
    color: #35A49C;
}
a:hover {
    color: #79CDC0;
}

/* menu */
.nav>li>a:hover {
    color: #79CDC0;
}

.navbar .navbar-nav > .active > a {
    color: #79CDC0;
}

/* flexslider */
.flex-control-paging li a {
    background: #35A49C;
}

.flex-direction-nav a:hover{
    background-color:#35A49C;
}

.testimonial span.author a {
    color: #79CDC0;
}

/* --- icon box hover --- */
.hi-icon-effect-5 .hi-icon {
    color: #35A49C;
    box-shadow: 0 0 0 4px #35A49C;
}
.no-touch .hi-icon-effect-5 .hi-icon:hover {
    background: #35A49C;
    box-shadow: 0 0 0 8px  #79CDC0;
}


/* portfolio */
.portfolio-item .portfolio-desc {
    background: #35A49C;
}

/* btn */
.btn-theme {
    background: #79CDC0;
}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
    background: #35A49C;
}
.btn-cta,.btn-cta.btn-lg {
    background: #35A49C;
    border-color: #79CDC0;
}

.btn-cta:focus,.btn-cta:active{
    border-color: #35A49C;
}

/* contact */
.validation {
    color:#35A49C;
}

/* footer */
.social-circle li a {
    background:#35A49C;
}

a.scrollup{
    background:#35A49C;
}

/* permisos */

#Permisos,#CAP,#Bonificacion,#Cursos{
    background-image: url("../img/marco.jpg");
    background-repeat: repeat-x;
    background-color: #e3e4e7;
}

#ciclomotor { 
    list-style-image:url(../img/iconos/ciclomotor.png); 
}
#motoA2, #motoA1 { 
    list-style-image:url(../img/iconos/moto.png);  
}
#motoSin { 
    list-style-image:url(../img/iconos/moto2.png);  
}
#coche { 
    list-style-image:url(../img/iconos/coche.png);  
}
#B96,#BTP { 
    list-style-image:url(../img/iconos/b96.png);  
}
#bus { 
    list-style-image:url(../img/iconos/bus.png);  
}
#B_E { 
    list-style-image:url(../img/iconos/b_e.png);  
}
#camion, #trailer { 
    list-style-image:url(../img/iconos/camion.png);  
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    cursor:pointer;
}

#listaPermisos{
    width: 40%;
}

.imagenPermiso {
    border-radius: 8% 0; /* Borde redondeado */
    box-shadow: 0px 0px 10px #000; /* Sombra */
    padding:15px; /* Espacio entre la imagen y el borde */
    background:#FFF; /* Color de fondo que se ve entre el espacio */
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.imagenPermiso:hover {
    border-radius:0; /* Con esto quitamos el borde redondeado */
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}