/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 80%;
}

.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;
    display: flex;
    min-height: 50vh;
}

.my-carousel-caption {
    margin: auto;
    display: block;
    text-align: center;
}
.my-carousel-caption a{
    color: #000;
}
/*click primario en banner*/
.my-carousel-caption h1{
    /*font-family: 'Josefin Sans', sans-serif;*/
    letter-spacing: 5px;
    font-size: 28px;
    font-weight: 300;
    background-color: #fff;
    padding: 8px 20px 8px 20px;
}
/*click oferta en banner*/
.my-carousel-caption h2{
    /*font-family: 'Graduate', cursive;*/
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 300;
    background-color: #BC8B08;
    padding: 12px 20px 12px 20px;
    color: #fff;
}
.my-carousel-caption h2:hover{
    background-color: #BC8B08;
}
/*click envio gratis en banner*/
.my-carousel-caption h3{
    /*font-family: 'Josefin Sans', sans-serif;*/
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 300;
    background-color: #BC8B08;
    padding: 12px 20px 12px 20px;
    color: #fff;
}
.my-carousel-caption h3:hover{
    background-color: #DDA309;
}
.my-carousel-caption .basicship:hover{
    background-color: #f2f2f2;
}

