/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.carousel,
.item,
.active {
    height: 100%;


}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}



@media only screen and (min-width:769px) and (max-width:2800px){
  /* For portrait layouts only */

#principal{
	background-image:url('../img/New_x9.jpg');
}
  
#saldos{
	background-image: url('../img/saldos.png');
	width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#home{
	background-image:url('../img/home.png');
}


.title_banner{
    margin-bottom:10%;
	margin-left:15%;
    }

.logoovercube{
    margin-top: 10px;
    width: 20%;
    
    margin-bottom: 20px;
    }
.pbanner{
    font-size: 20px;
    color: black;
    
}

.button2{
    text-align: center;
    padding: 8px;
    width: 180px;
    background: red;
    color: white;
    border: 0px;
    
    }

.button2 a{
    color:white;
}

}


@media only screen and (min-device-width: 480px) and (max-device-width: 790px) {
  /* For portrait layouts only */
  
#principal{
	background-image:url('../img/New_x8.jpg');
}

#saldos{
	background-image: url('../img/saldos.jpg');
	width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#home{
	background-image:url('../img/home_mobile.png');
}

.title_banner{
    display:block;
    margin-bottom:80%;
	margin-left:15%;
    }

.logoovercube{
    margin-top: 10px;
    width: 25%;
    
    margin-bottom: 20px;
    }
.pbanner{
    font-size: 25px;
    color: black;
    
}

.button2{
    text-align: center;
    padding: 8px;
    width: 180px;
    background: red;
    color: white;
    border: 0px;
    
    }

.button2 a{
    color:white;
}
}

@media only screen and (min-device-width: 100px) and (max-device-width: 479px) {
  /* For portrait layouts only */
  
#principal{
	background-image:url('../img/01_1.jpg');
}
  
#saldos{
	background-image: url('../img/saldos.jpg');
	width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#home{
	background-image:url('../img/home_mobile.png');
}

.title_banner{
    display:none;
    }

.logoovercube{
    margin-top: 10px;
    width: 25%;
    margin-bottom: 20px;
    }
.pbanner{
    font-size: 25px;
    color: black;
    
}

.button2{
    text-align: center;
    padding: 8px;
    width: 220px;
    background: red;
    color: white;
    border: 0px;
    
    }

.button2 a{
    color:white;
}
}






