/*START SLIDER PRINCIPAL TIEMPO CARGA*/
.slide img{
    visibility: hidden;
}
.slide{
    height: 0px;
}
.slider{
/*    background-image: url(../images/logo.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/*END SLIDER PRINCIPAL TIEMPO CARGA*/

/* SLIDER STYLES */
/*	
*/.slider-wrapper{
    position:relative;
    overflow:hidden;
    width:100%;
    margin:0 auto;
    background-color: rgba(114,114,114,0.5);
}

.slider{
    position:relative;
    width:100%; 
    margin:0 auto;
}

@media only screen and (min-width: 1000px){
    .slider{
            width:1000px;
    }
}

@media only screen and (min-width: 1440px){
    .slider{
            width:1440px;
    }
}

/* ELEMENT STYLES */

.slide p{
    position:absolute;
    top:-200px;
    z-index:1500;
    padding:1% 3%;
    font-size:26px;
    line-height:100%;
    color:#fff;
    white-space: nowrap;
    text-transform:uppercase;
}

.claim{
    line-height:100%
}	

.teaser{
    padding:1.5% 1.5%;
    font-size:18px;
    line-height:100%
}

.small{
   width:200px;
   padding:1% 1%;
   text-align:center;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}
.rojo_fuerte{background:#7F0410}
.rojo{background:#D2040D}

/*COLORES SLIDER*/
.azul_medio{background:#005EBC}

.responisve-container{
    background-image: url(../images/images_fraction_slider/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: auto auto;
}


