#sectorSlide{
	width:100%;
}
.bx-wrapper{
	box-shadow:none;
	border:0;
	max-height:995px;
}
.bx-wrapper img{

}
/*
#sectorContenido{
    min-height: 450px;
    display: flex;
    flex-direction: column;
}
*/
.bx-wrapper{
	max-height: 450px;
}
.bx-wrapper img {
	max-height: 450px;
	width:100%;
}
#sectorSlide {
    width: 100%;
    /*max-height: 450px;*/
}

#franjaSlogan{
    width:100%;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    background-color:#CAB165;
    color:black;
    font-size:20px;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media (max-width:768px){
    #franjaSlogan{
        font-size:16px;
        line-height: 20px;
    }
}
#franjaEnergiaLimpia{
    width:100%;
    min-height: 90px;
    line-height: 90px;
    text-align: center;
    background-image:url(/imagenes/global/fondoSlogan.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    
    /*background-attachment: fixed;*/
    background-size: cover;
    color:white;
    font-size:30px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;

    justify-content: space-evenly;
}
@media (max-width:768px){
    #franjaEnergiaLimpia{
        flex-direction:column;
    }
}
#textoFranjaEnergiaLimpia{
   /* width:calc(100% - 316px);*/
    width:calc(80% - 316px);
    font-size: 29px;
    line-height: 30px;
}
@media (max-width:860px){
    #textoFranjaEnergiaLimpia{
        font-size: 20px;
    }
}
@media (max-width:768px){
    #textoFranjaEnergiaLimpia{
        width:95%;
    }
}
#botonEnergiaLimpia{
    min-width:220px;
    height:50px;
    line-height: 50px;
    text-align:center;
    color:white;
    font-size:18px;
    margin-right: 40px;
    background: #0A4025;
    cursor:pointer;
    padding-left:10px;
    padding-right: 10px;
}
#sectorTituloClientes{
    width:100%;
    min-height: 80px;
    line-height: 80px;
    color:black;
    font-size: 16px;
    display:flex
}
#bulletTituloClientes{
    width:20px;
    height: 20px;
    background: #1CA462;
    margin-top:27px;
    margin-right: 12px;
}
#sectorClientes{
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
#sectorListaClientes{
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -26px;
}
.clsCajaCliente {
    height: 305px;
    margin-top:25px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}
.clsCajaCliente img{
    width:100%;
}
.clsNombreCliente{
    width:100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-weight: bold;
}
/*
#sectorClientes{
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
    width: 100%;
}
.clsCajaCliente {
    flex: auto;
    height: 250px;
    min-width: 150px;
    margin: 0 8px 8px 0; 
}
*/