/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.TextoPaginas {
    font-weight:normal;
    font-size:medium;
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
    font-weight:normal;
    font-size:small;
}

.style_prevu_kit
{
    /*display:inline-block;*/
    border:0;
    /*width:196px;
    height:210px;*/
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
    padding:2px;
}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.style_prevu {
    padding: 1px;
}
 
.style_prevu:nth-child(8n+1) div{
  background: #D06503;
}

.style_prevu:nth-child(8n+2) div{
     background: #E9931A;
}
.style_prevu:nth-child(8n+3) div{
        background: #1691BE;
    }

.style_prevu:nth-child(8n+4) div{
  background:#166BA2;
  	
}
    .style_prevu:nth-child(8n+5) div{
        background: #1B3647;
    }

    .style_prevu:nth-child(8n+6) div{
        background: #152836;
    }

    .style_prevu:nth-child(8n+7) div{
        background: #A7B931;
    }

    .style_prevu:nth-child(8n+8) div{
        background: #18C8D2;
    }

solucionesMenu .nav li{
    position:relative;
    background-size:cover;
    
}
.solucionesMenu .nav li span{
    z-index: 100;
    
}

.solucionesMenu .nav li {
    /*float: left;
    width: 16.66666666666667%;*/
    text-align: center;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
}
.solucionesMenu .nav li:hover:after{
    opacity:.3;
      cursor: pointer;
    /*padding-top: 87px;*/
    color: #fff;
    transform: scale(0.9);
}

.solucionesMenu .nav li span {
	display: block;
	font-family: Poppins;
	font-size: 12px;
	margin-top: 20px;
}

.solucionesMenu .nav a {
     transition: all 0.5s ease;
	display: block;
	    color: #0086C5;
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}

.solutext {
    font-size: 12px !important;
}

.solucionesMenu .nav img{
	/* Make the font smoother for Chrome */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
        margin-top: -6px;
}
